[INFO] fetching crate floccus 0.4.0-alpha.9...
[INFO] fixing floccus-0.4.0-alpha.9 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate floccus 0.4.0-alpha.9 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate floccus 0.4.0-alpha.9
[INFO] finished tweaking crates.io crate floccus 0.4.0-alpha.9
[INFO] tweaked toml for crates.io crate floccus 0.4.0-alpha.9 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate floccus 0.4.0-alpha.9 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate floccus 0.4.0-alpha.9 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded testing_logger v0.1.1
[INFO] [stderr]   Downloaded uom v0.37.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f
[INFO] running `Command { std: "docker" "start" "2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking testing_logger v0.1.1
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking uom v0.37.0
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.6.0
[INFO] [stderr]     Checking floccus v0.4.0-alpha.9 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/formulas/wet_bulb_temperature.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |         assert_approx_eq!(f64, 238.88007446399956, wbt.get_si_value());
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         expected `f64`, found `f32`
[INFO] [stdout]     |         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/eq.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout]  38 |     fn approx_eq<M: Into<Self::Margin>>(self, other: Self, margin: M) -> bool;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `assert_approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/formulas/wet_bulb_temperature.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         assert_approx_eq!(f64, 256.61913438141625, wbt.get_si_value());
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         expected `f64`, found `f32`
[INFO] [stdout]     |         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/eq.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout]  38 |     fn approx_eq<M: Into<Self::Margin>>(self, other: Self, margin: M) -> bool;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `assert_approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/formulas/wet_bulb_temperature.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |         assert_approx_eq!(f64, 291.2797584152462, wbt.get_si_value());
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         expected `f64`, found `f32`
[INFO] [stdout]     |         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/eq.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout]  38 |     fn approx_eq<M: Into<Self::Margin>>(self, other: Self, margin: M) -> bool;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `assert_approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/formulas/wet_bulb_temperature.rs:235:9
[INFO] [stdout]     |
[INFO] [stdout] 235 |         assert_approx_eq!(f64, 300.1638142668842, wbt.get_si_value());
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         expected `f64`, found `f32`
[INFO] [stdout]     |         arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/eq.rs:38:8
[INFO] [stdout]     |
[INFO] [stdout]  38 |     fn approx_eq<M: Into<Self::Margin>>(self, other: Self, margin: M) -> bool;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the macro `assert_approx_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/tests/reference_values.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) const TIE_FREEZ: Float = NAN;
[INFO] [stdout]    |                             -----   ^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             expected because of the type of the constant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "virtual_temperature") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "relative_humidity") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "vapour_pressure_deficit") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "utils") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "potential_temperature") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "mixing_ratio") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "equivalent_potential_temperature") due to 22 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "wet_bulb_temperature") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "wet_bulb_potential_temperature") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:54:63
[INFO] [stdout]    |
[INFO] [stdout] 54 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_NORM)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:55:64
[INFO] [stdout]    |
[INFO] [stdout] 55 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:56:64
[INFO] [stdout]    |
[INFO] [stdout] 56 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_NORM)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:57:60
[INFO] [stdout]     |
[INFO] [stdout]  57 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "specific_humidity") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:58:59
[INFO] [stdout]    |
[INFO] [stdout] 58 |             vapr: black_box(VapourPressure::new::<pascal>(VP_NORM)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:59:69
[INFO] [stdout]    |
[INFO] [stdout] 59 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_NORM)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "saturation_mixing_ratio") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:60:60
[INFO] [stdout]     |
[INFO] [stdout]  60 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_NORM)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:61:55
[INFO] [stdout]    |
[INFO] [stdout] 61 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_NORM)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:62:65
[INFO] [stdout]    |
[INFO] [stdout] 62 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_NROM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:63:75
[INFO] [stdout]    |
[INFO] [stdout] 63 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_NORM)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:64:65
[INFO] [stdout]    |
[INFO] [stdout] 64 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_NORM)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:70:63
[INFO] [stdout]    |
[INFO] [stdout] 70 |             temp: black_box(DryBulbTemperature::new::<kelvin>(TEMP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 | define_temperature!(DryBulbTemperature);
[INFO] [stdout]    | --------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:71:64
[INFO] [stdout]    |
[INFO] [stdout] 71 |             pres: black_box(AtmosphericPressure::new::<pascal>(PRES_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 93 | define_pressure!(AtmosphericPressure);
[INFO] [stdout]    | ------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:72:64
[INFO] [stdout]    |
[INFO] [stdout] 72 |             dwpt: black_box(DewPointTemperature::new::<kelvin>(DWPT_FREEZ)),
[INFO] [stdout]    |                             ---------------------------------- ^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 | define_temperature!(DewPointTemperature);
[INFO] [stdout]    | ---------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:73:60
[INFO] [stdout]     |
[INFO] [stdout]  73 |             sphu: black_box(SpecificHumidity::new::<ratio>(SH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 | define_ratio!(SpecificHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:74:59
[INFO] [stdout]    |
[INFO] [stdout] 74 |             vapr: black_box(VapourPressure::new::<pascal>(VP_FREEZ)),
[INFO] [stdout]    |                             ----------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 94 | define_pressure!(VapourPressure);
[INFO] [stdout]    | -------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:75:69
[INFO] [stdout]    |
[INFO] [stdout] 75 |             savp: black_box(SaturationVapourPressure::new::<pascal>(SVP_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 | define_pressure!(SaturationVapourPressure);
[INFO] [stdout]    | ------------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_pressure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> benches/utils.rs:76:60
[INFO] [stdout]     |
[INFO] [stdout]  76 |             rehu: black_box(RelativeHumidity::new::<ratio>(RH_FREEZ)),
[INFO] [stdout]     |                             ------------------------------ ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/quantities.rs:42:20
[INFO] [stdout]     |
[INFO] [stdout]  42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 | define_ratio!(RelativeHumidity);
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "vapour_pressure") due to 22 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:77:55
[INFO] [stdout]    |
[INFO] [stdout] 77 |             mxrt: black_box(MixingRatio::new::<ratio>(MR_FREEZ)),
[INFO] [stdout]    |                             ------------------------- ^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 | define_ratio!(MixingRatio);
[INFO] [stdout]    | -------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:78:65
[INFO] [stdout]    |
[INFO] [stdout] 78 |             smrt: black_box(SaturationMixingRatio::new::<ratio>(SMR_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 99 | define_ratio!(SaturationMixingRatio);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_ratio` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:79:75
[INFO] [stdout]    |
[INFO] [stdout] 79 |             thte: black_box(EquivalentPotentialTemperature::new::<kelvin>(THETAE_FREEZ)),
[INFO] [stdout]    |                             --------------------------------------------- ^^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 90 | define_temperature!(EquivalentPotentialTemperature);
[INFO] [stdout]    | --------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/utils.rs:80:65
[INFO] [stdout]    |
[INFO] [stdout] 80 |             thet: black_box(PotentialTemperature::new::<kelvin>(THETA_FREEZ)),
[INFO] [stdout]    |                             ----------------------------------- ^^^^^^^^^^^ expected `f32`, found `f64`
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/quantities.rs:42:20
[INFO] [stdout]    |
[INFO] [stdout] 42 |             pub fn new<T>(value: Float) -> Self
[INFO] [stdout]    |                    ^^^
[INFO] [stdout] ...
[INFO] [stdout] 89 | define_temperature!(PotentialTemperature);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `define_quantity` which comes from the expansion of the macro `define_temperature` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (bench "saturation_vapour_pressure") due to 22 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `floccus` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f", kill_on_drop: false }`
[INFO] [stdout] 2abf191d0de216935d66910acba77c20503ed0608adb7fb4c5246c82bf23029f
